PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / SortAsync Method / SortAsync(SortDescription[],CancellationToken) Method

In This Topic
    SortAsync(SortDescription[],CancellationToken) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__43)> 
    Public Overloads Overridable Function SortAsync( _ 
       ByVal sortDescriptions() As C1.DataCollection.SortDescription, _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__43)] 
    public virtual Task SortAsync( 
       C1.DataCollection.SortDescription[] sortDescriptions, 
       CancellationToken cancellationToken 
    )

    Parameters

    sortDescriptions
    cancellationToken
    See Also